home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / EMBL Search / Headers / query.h < prev    next >
Encoding:
Text File  |  1992-03-27  |  404 b   |  12 lines  |  [TEXT/KAHL]

  1.  
  2. /* query.c */
  3. Boolean DoQueryEvt(EventRecord theEvent);
  4. void NewQuery(void);
  5. Boolean NewQueryBlock(short dbcode, QueryHdl *new, short gBooleanOp);
  6. Boolean NewQueryWindow(short w, WDPtr wdp, QueryHdl queryHdl, StringPtr title);
  7. void DisposeQuery(WDPtr wdp);
  8. void UpdateQueryRec(WDPtr wdp);
  9. void DuplicateQuery(WDPtr wdp);
  10. void OpenQuery(void);
  11. Boolean LoadQuery(short w, StringPtr fName, short vRefNum);
  12.